Configuration
Properties
name
- This is the device hostname. Standard hostname naming conventions.version
- don't change Standard Parser and Compiler version.master
- If true, mode must be server or client. If false, mode must be child. If the system is master, it orchestrates the children and corroborates its data. children must be a comma separated list of IP:PORT values.port
- This is the port the TCP socket connection runs to remotely execute through Standard and must be available immediately upon start. Default is 42069.mode
- Options areserver
,client
, orchild
.relay
- This is the web address of the server app that relays request from you to this system. It is a websocket connection. Default isrelay.standardcomputers.net
. HTTPS is assumed and required. Do not include www.conversational
- If true, enable conversational AI.tls
- If true, SSL on websocket (certificate required)request_ttl
– Time in seconds a request on the relay can be open before deleted.connection_ttl
- Time in seconds a child may be connected before it must reconnect and obtain new authentication using a refresh token process.
Example (default)
name: standard-sys-p1
version: 1.0
master: true
port: 42069
mode: client
relay: relay.standardcomputers.net
conversational: true
Relay Example
name: standard-relay-sv1
version: 1.0
master: true
port: 42069
mode: server
relay: relay.standardcomputers.net
conversational: true
request_ttl: 120